object frmEuroCalculadora: TfrmEuroCalculadora Left = 227 Top = 168 HelpContext = 41 BorderStyle = bsNone Caption = 'EuroCalculadora' ClientHeight = 101 ClientWidth = 257 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 257 Height = 101 Align = alClient BevelWidth = 3 TabOrder = 0 OnClick = Panel1Click object Label1: TLabel Left = 21 Top = 48 Width = 100 Height = 13 Alignment = taCenter AutoSize = False Caption = 'PTE' end object Image2: TImage Left = 61 Top = 68 Width = 16 Height = 16 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 16 Top = 8 Width = 133 Height = 22 Caption = 'Euro Conversor' Font.Charset = ANSI_CHARSET Font.Color = clYellow Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object SpeedButton1: TSpeedButton Left = 232 Top = 8 Width = 20 Height = 20 Cursor = crHandPoint Caption = 'X' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = SpeedButton1Click end object Edit1: TEdit Left = 120 Top = 46 Width = 106 Height = 19 Hint = 'Valor na moeda actual' Color = clBlack Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 OnChange = Edit1Change end object Edit2: TEdit Left = 120 Top = 68 Width = 106 Height = 19 Hint = 'Valor em Euros' Color = clBlack Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 1 OnChange = Edit2Change end end end